Bash Cookbook: Leverage Bash scripting to automate daily tasks and improve productivity by Ron Brash & Ganesh Naik
Author:Ron Brash & Ganesh Naik [Brash, Ron]
Language: eng
Format: epub
Tags: COM046030 - COMPUTERS / Operating Systems / UNIX, COM088010 - COMPUTERS / System Administration / Linux and UNIX Administration, COM088000 - COMPUTERS / System Administration / General
Publisher: Packt Publishing
Published: 2018-07-30T23:00:00+00:00
Please be aware that your platform may not support all of GNU find's features. This may be the case with limited shells for embedding, resource constraints, or security reasons.
Getting ready
Besides having a terminal open, several large text files are needed for this recipe. If you have some already, great; if not, install the following:
$ sudo apt-get install locate manpages manpages-posix
$ sudo updatedb
$ git clone https://github.com/PacktPublishing/Linux-Device-Drivers-Development.git Linux-Device-Drivers-Development # Another Packt title
$ mkdir -p ~/emptydir/makesure
If a file is not found using the locate command, the database might be simply out of date and needs to be re-ran. It is possible that updatedb is also not indexing partitions such as those contained on removable media (USB sticks), and the file may be present there instead of the regular system partitions.
In preparation for this recipe, be aware that two concepts were inadvertently introduced: git and manpages. Manpages are among one of the oldest forms of help documentation available in Linux, and git is a version control system that simplifies management, versioning, and distribution of files such as code. Knowing how to use either is certainly beneficial, but beyond the scope of this book. For more information about git, check out another Packt book: GIT Version Control Cookbook.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12957)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10397)
Hello! Python by Anthony Briggs(10200)
The Mikado Method by Ola Ellnestam Daniel Brolund(10108)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(10044)
Dependency Injection in .NET by Mark Seemann(9582)
Hit Refresh by Satya Nadella(9017)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8589)
The Kubernetes Operator Framework Book by Michael Dame(8383)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8186)
Robo-Advisor with Python by Aki Ranin(8142)
Practical Computer Architecture with Python and ARM by Alan Clements(8123)
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(8103)
Svelte with Test-Driven Development by Daniel Irvine(7993)
Building Low Latency Applications with C++ by Sourav Ghosh(7993)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7969)
Grails in Action by Glen Smith Peter Ledbrook(7942)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7912)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7900)